home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2003 December (Special) / Gamestar-Special_2003-12_cd.bin / Arkady / arcanoid_gy.exe / scripts / DefineButton2_108 / BUTTONCONDACTION on(release).as
Text File  |  2002-11-22  |  274b  |  10 lines

  1. on(release){
  2.    if(sound_flag)
  3.    {
  4.       Sound6.start();
  5.    }
  6.    var stSend = Number(FinalScore) + "\t" + 0 + "\t" + stName + "\t" + "arc" + "\t" + "web";
  7.    getURL("http://absolutist.com/cgi-bin/gameres.pl?e=" + _root.Crypto(stSend),"_top");
  8.    gotoAndPlay(4);
  9. }
  10.